home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
codecs
/
developer
/
include
/
proto
/
codecs.h
Wrap
C/C++ Source or Header
|
1999-09-16
|
180b
|
8 lines
#ifndef PROTO_CODECS_H
#define PROTO_CODECS_H
#include <exec/types.h>
extern struct Library *CodecsBase;
#include <clib/codecs_protos.h>
#include <pragmas/codecs_pragmas.h>
#endif